Apache CXF API

Uses of Interface
org.apache.cxf.binding.Binding

Packages that use Binding
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.message   
 

Uses of Binding in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding that return Binding
 Binding BindingFactory.createBinding(BindingInfo binding)
          Create a Binding from the BindingInfo metadata.
 

Uses of Binding in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return Binding
 Binding Endpoint.getBinding()
           
 

Uses of Binding in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return Binding
 Binding ExchangeImpl.getBinding()
           
 Binding Exchange.getBinding()
           
 


Apache CXF API

Apache CXF